home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok82
/
env2.0
/
env.readme
< prev
next >
Wrap
Text File
|
1993-11-04
|
1KB
|
49 lines
E N V 2.0
===========
Public Domain!
Env is residentable
Env ist written in Oberon.
Env is a small tool to display the local and global environment
variables under AmigaOS 2.0.
Env NEEDS at least AmigaOS2.0 (36), but due to an error in the
dos-function ExAll() in 2.0 you SHOULD have at least
AmigaOS2.04 (37) installed.
Directories are displayed with an "/" at the end.
Starting the program without parameters is equal to starting
it with GLOBALS and LOCALS
Template: DIR,LO=LOCALS/S, GO=GLOBALS/S, FLAGS/S, LEN/S,
ALL/S, SHOWSYS/S
DIR a directory within ENV:. Only variables in this
directory are shown. It is possible to use a
complete path.
GLOBALS only the global vars - which resite in ENV: - will be shown
LOCALS only the local vars will be shown
this are only visible for one process and can be set with
the SETR command
FLAGS show the flags of the local variables
LEN show the len entry of the local variables, which is not
always identical to the number of characters shown, thats
why this option.
ALL all global variables (also in the directories, but without Sys/)
are shown
SHOWSYS shows the variables of the directory Sys/
+++hartmut
+++Thomas